01. Install Python, Flask and virtual environment


$ mkdir ServerManagerApp
$ cd ServerManagerApp
$ python3.9 -m venv venv
$ soruce ./venv/bin/activate
(venv)$ python --version
(venv)$ pip --version
(venv)$ pip install flask Flask-RESTful
(venv)$ pip freeze

#Python #Flask #REST






你可能感興趣的文章

Selenium with JS and infinite scroll

Selenium with JS and infinite scroll

【Day05】Youtube GUI 下載程式

【Day05】Youtube GUI 下載程式

[Html] 網站method的http都變成https!?

[Html] 網站method的http都變成https!?






留言討論